﻿2026-06-13T12:00:16.3162253Z Current runner version: '2.335.1'
2026-06-13T12:00:16.3166967Z Runner name: 'hfenduleam'
2026-06-13T12:00:16.3167443Z Runner group name: 'Default'
2026-06-13T12:00:16.3168014Z Machine name: 'HFENDULEAM'
2026-06-13T12:00:16.3169897Z ##[group]GITHUB_TOKEN Permissions
2026-06-13T12:00:16.3171234Z Contents: read
2026-06-13T12:00:16.3171591Z Metadata: read
2026-06-13T12:00:16.3171907Z Packages: read
2026-06-13T12:00:16.3172225Z ##[endgroup]
2026-06-13T12:00:16.3173495Z Secret source: Actions
2026-06-13T12:00:16.3173891Z Prepare workflow directory
2026-06-13T12:00:16.3451271Z Prepare all required actions
2026-06-13T12:00:16.3475896Z Getting action download info
2026-06-13T12:00:16.7988696Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-13T12:00:17.3638652Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-06-13T12:00:17.4343993Z ##[group]Run actions/checkout@v5
2026-06-13T12:00:17.4344768Z with:
2026-06-13T12:00:17.4345101Z   fetch-depth: 0
2026-06-13T12:00:17.4345544Z   repository: SaberMage/spt-core
2026-06-13T12:00:17.4349067Z   token: ***
2026-06-13T12:00:17.4349405Z   ssh-strict: true
2026-06-13T12:00:17.4349739Z   ssh-user: git
2026-06-13T12:00:17.4350100Z   persist-credentials: true
2026-06-13T12:00:17.4350480Z   clean: true
2026-06-13T12:00:17.4350820Z   sparse-checkout-cone-mode: true
2026-06-13T12:00:17.4351233Z   fetch-tags: false
2026-06-13T12:00:17.4351624Z   show-progress: true
2026-06-13T12:00:17.4351973Z   lfs: false
2026-06-13T12:00:17.4352298Z   submodules: false
2026-06-13T12:00:17.4352639Z   set-safe-directory: true
2026-06-13T12:00:17.4353174Z ##[endgroup]
2026-06-13T12:00:17.6396257Z Syncing repository: SaberMage/spt-core
2026-06-13T12:00:17.6397491Z ##[group]Getting Git version info
2026-06-13T12:00:17.6398203Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-13T12:00:17.6634848Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T12:00:17.6852663Z git version 2.43.0.windows.1
2026-06-13T12:00:17.6880160Z ##[endgroup]
2026-06-13T12:00:17.6888679Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\38c31a79-8166-4cd5-a9ca-c2845e269d61\.gitconfig'
2026-06-13T12:00:17.6902169Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\38c31a79-8166-4cd5-a9ca-c2845e269d61' before making global git config changes
2026-06-13T12:00:17.6903484Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T12:00:17.6906952Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-13T12:00:17.7140160Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-13T12:00:17.7331017Z https://github.com/SaberMage/spt-core
2026-06-13T12:00:17.7359342Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T12:00:17.7362902Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T12:00:17.7553797Z HEAD
2026-06-13T12:00:17.7808124Z ##[endgroup]
2026-06-13T12:00:17.7811986Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-13T12:00:18.1600204Z ##[group]Cleaning the repository
2026-06-13T12:00:18.1603608Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-13T12:00:26.2937381Z Removing .adapter-notify/
2026-06-13T12:00:26.2938189Z Removing target/
2026-06-13T12:00:26.2977434Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-13T12:00:26.3394600Z HEAD is now at 0fcd563 Merge 58f034feb3783dd515d39353b9ce0c10b264eea4 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T12:00:26.3420823Z ##[endgroup]
2026-06-13T12:00:26.3424653Z ##[group]Disabling automatic garbage collection
2026-06-13T12:00:26.3429350Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-13T12:00:26.3662590Z ##[endgroup]
2026-06-13T12:00:26.3662963Z ##[group]Setting up auth
2026-06-13T12:00:26.3664484Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T12:00:26.3888403Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T12:00:26.7570894Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T12:00:26.7810218Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T12:00:27.1491545Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T12:00:27.1718600Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T12:00:27.5200159Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-13T12:00:27.5505866Z ##[endgroup]
2026-06-13T12:00:27.5506330Z ##[group]Fetching the repository
2026-06-13T12:00:27.5515800Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +0fcd56347ebbf9692fa8b6c31704ae6364b5e279:refs/remotes/pull/9/merge
2026-06-13T12:00:28.3421250Z From https://github.com/SaberMage/spt-core
2026-06-13T12:00:28.3421673Z    1588525..58f034f  m9-gateway-wan -> origin/m9-gateway-wan
2026-06-13T12:00:28.3544053Z ##[endgroup]
2026-06-13T12:00:28.3544458Z ##[group]Determining the checkout info
2026-06-13T12:00:28.3544836Z ##[endgroup]
2026-06-13T12:00:28.3549560Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-13T12:00:28.3822093Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-13T12:00:28.4039303Z ##[group]Checking out the ref
2026-06-13T12:00:28.4043445Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/9/merge
2026-06-13T12:00:28.4374803Z HEAD is now at 0fcd563 Merge 58f034feb3783dd515d39353b9ce0c10b264eea4 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T12:00:28.4400153Z ##[endgroup]
2026-06-13T12:00:28.4653440Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-13T12:00:28.4864573Z 0fcd56347ebbf9692fa8b6c31704ae6364b5e279
2026-06-13T12:00:28.5183627Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-13T12:00:28.5184121Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-13T12:00:28.5184420Z [36;1m$PIN = "0c95435"[0m
2026-06-13T12:00:28.5184667Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-13T12:00:28.5184937Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-13T12:00:28.5185320Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-13T12:00:28.5185674Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-13T12:00:28.5186048Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-13T12:00:28.5186334Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-13T12:00:28.5186587Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-13T12:00:28.5186874Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-13T12:00:28.5187233Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-13T12:00:28.5187479Z [36;1m}[0m
2026-06-13T12:00:28.5187634Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-13T12:00:28.5188131Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-13T12:00:28.5268060Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T12:00:28.5279453Z ##[endgroup]
2026-06-13T12:00:29.3621071Z    Compiling proc-macro2 v1.0.106
2026-06-13T12:00:29.3621400Z    Compiling unicode-ident v1.0.24
2026-06-13T12:00:29.3621627Z    Compiling quote v1.0.45
2026-06-13T12:00:29.3621854Z    Compiling cfg-if v1.0.4
2026-06-13T12:00:29.3622195Z    Compiling serde_core v1.0.228
2026-06-13T12:00:29.3622703Z    Compiling serde v1.0.228
2026-06-13T12:00:29.3623117Z    Compiling windows-link v0.2.1
2026-06-13T12:00:29.3623899Z    Compiling typenum v1.20.1
2026-06-13T12:00:29.3624274Z    Compiling portable-atomic v1.13.1
2026-06-13T12:00:29.3624637Z    Compiling getrandom v0.3.4
2026-06-13T12:00:29.3625294Z    Compiling version_check v0.9.5
2026-06-13T12:00:29.3626591Z    Compiling pin-project-lite v0.2.17
2026-06-13T12:00:29.3627990Z    Compiling shlex v2.0.1
2026-06-13T12:00:29.3628528Z    Compiling critical-section v1.2.0
2026-06-13T12:00:29.3635228Z    Compiling find-msvc-tools v0.1.9
2026-06-13T12:00:29.3635612Z    Compiling memchr v2.8.1
2026-06-13T12:00:29.4421941Z    Compiling windows-sys v0.61.2
2026-06-13T12:00:29.4584973Z    Compiling subtle v2.6.1
2026-06-13T12:00:29.4824743Z    Compiling futures-core v0.3.32
2026-06-13T12:00:29.5200955Z    Compiling bytes v1.11.1
2026-06-13T12:00:29.5677242Z    Compiling semver v1.0.28
2026-06-13T12:00:29.6268121Z    Compiling smallvec v1.15.1
2026-06-13T12:00:29.6484356Z    Compiling itoa v1.0.18
2026-06-13T12:00:29.6639225Z    Compiling stable_deref_trait v1.2.1
2026-06-13T12:00:29.7358022Z    Compiling equivalent v1.0.2
2026-06-13T12:00:29.7732106Z    Compiling generic-array v0.14.7
2026-06-13T12:00:29.8451832Z    Compiling rustc_version v0.4.1
2026-06-13T12:00:29.8453178Z    Compiling log v0.4.32
2026-06-13T12:00:29.8497835Z    Compiling slab v0.4.12
2026-06-13T12:00:29.9043588Z    Compiling futures-sink v0.3.32
2026-06-13T12:00:29.9315828Z    Compiling futures-io v0.3.32
2026-06-13T12:00:30.0532795Z    Compiling hashbrown v0.17.1
2026-06-13T12:00:30.1355988Z    Compiling futures-channel v0.3.32
2026-06-13T12:00:30.1356449Z    Compiling futures-task v0.3.32
2026-06-13T12:00:30.1633909Z    Compiling getrandom v0.2.17
2026-06-13T12:00:30.1848138Z    Compiling cpufeatures v0.2.17
2026-06-13T12:00:30.2548963Z    Compiling jobserver v0.1.34
2026-06-13T12:00:30.2661472Z    Compiling fnv v1.0.7
2026-06-13T12:00:30.2856370Z    Compiling libc v0.2.186
2026-06-13T12:00:30.3500698Z    Compiling rand_core v0.10.1
2026-06-13T12:00:30.3596666Z    Compiling cfg_aliases v0.2.1
2026-06-13T12:00:30.3630711Z    Compiling autocfg v1.5.1
2026-06-13T12:00:30.3838147Z    Compiling writeable v0.6.3
2026-06-13T12:00:30.4035501Z    Compiling cc v1.2.63
2026-06-13T12:00:30.4238530Z    Compiling rustversion v1.0.22
2026-06-13T12:00:30.4566180Z    Compiling litemap v0.8.2
2026-06-13T12:00:30.4631024Z    Compiling icu_normalizer_data v2.2.0
2026-06-13T12:00:30.4704898Z    Compiling utf8_iter v1.0.4
2026-06-13T12:00:30.4917221Z    Compiling dunce v1.0.5
2026-06-13T12:00:30.5368719Z    Compiling getrandom v0.4.2
2026-06-13T12:00:30.6310234Z    Compiling icu_properties_data v2.2.0
2026-06-13T12:00:30.6387581Z    Compiling fs_extra v1.3.0
2026-06-13T12:00:30.6552514Z    Compiling percent-encoding v2.3.2
2026-06-13T12:00:30.8654096Z    Compiling http v1.4.1
2026-06-13T12:00:30.9861973Z    Compiling crypto-common v0.1.7
2026-06-13T12:00:30.9944405Z    Compiling indexmap v2.14.0
2026-06-13T12:00:31.0116469Z    Compiling syn v2.0.117
2026-06-13T12:00:31.1135422Z    Compiling thiserror v2.0.18
2026-06-13T12:00:31.1219585Z    Compiling cpufeatures v0.3.0
2026-06-13T12:00:31.1489804Z    Compiling strsim v0.11.1
2026-06-13T12:00:31.1583723Z    Compiling cmake v0.1.58
2026-06-13T12:00:31.1965324Z    Compiling aws-lc-rs v1.17.0
2026-06-13T12:00:31.2250492Z    Compiling chacha20 v0.10.0
2026-06-13T12:00:31.3688325Z    Compiling block-buffer v0.10.4
2026-06-13T12:00:31.5551456Z    Compiling form_urlencoded v1.2.2
2026-06-13T12:00:31.5845839Z    Compiling untrusted v0.9.0
2026-06-13T12:00:31.6059794Z    Compiling ident_case v1.0.1
2026-06-13T12:00:31.6469765Z    Compiling rand v0.10.1
2026-06-13T12:00:31.6843970Z    Compiling digest v0.10.7
2026-06-13T12:00:31.7214421Z    Compiling num-traits v0.2.19
2026-06-13T12:00:31.7259254Z    Compiling windows-strings v0.5.1
2026-06-13T12:00:31.7295307Z    Compiling windows-result v0.4.1
2026-06-13T12:00:31.7448483Z    Compiling unicode-segmentation v1.13.3
2026-06-13T12:00:31.7628341Z    Compiling scopeguard v1.2.0
2026-06-13T12:00:31.7817778Z    Compiling rustls v0.23.40
2026-06-13T12:00:31.7880515Z    Compiling const-oid v0.10.2
2026-06-13T12:00:31.8109230Z    Compiling bitflags v2.12.1
2026-06-13T12:00:31.9072959Z    Compiling lock_api v0.4.14
2026-06-13T12:00:31.9653881Z    Compiling unicode-xid v0.2.6
2026-06-13T12:00:32.0732277Z    Compiling anyhow v1.0.102
2026-06-13T12:00:32.0970187Z    Compiling atomic-waker v1.1.2
2026-06-13T12:00:32.1237887Z    Compiling zerocopy v0.8.50
2026-06-13T12:00:32.1262707Z    Compiling httparse v1.10.1
2026-06-13T12:00:32.1693968Z    Compiling convert_case v0.10.0
2026-06-13T12:00:32.1694492Z    Compiling http-body v1.0.1
2026-06-13T12:00:32.2029142Z    Compiling hybrid-array v0.4.12
2026-06-13T12:00:32.2331823Z    Compiling curve25519-dalek v4.1.3
2026-06-13T12:00:32.2643686Z    Compiling ahash v0.8.12
2026-06-13T12:00:32.2821989Z    Compiling powerfmt v0.2.0
2026-06-13T12:00:32.3152417Z    Compiling aws-lc-sys v0.41.0
2026-06-13T12:00:32.3806035Z    Compiling ring v0.17.14
2026-06-13T12:00:32.3891900Z    Compiling fastrand v2.4.1
2026-06-13T12:00:32.5585965Z    Compiling heck v0.5.0
2026-06-13T12:00:32.5781871Z    Compiling base64ct v1.8.3
2026-06-13T12:00:32.6091853Z    Compiling deranged v0.5.8
2026-06-13T12:00:32.6916422Z    Compiling rand_core v0.6.4
2026-06-13T12:00:32.7520164Z    Compiling tinyvec_macros v0.1.1
2026-06-13T12:00:32.8856016Z    Compiling pem-rfc7468 v1.0.0
2026-06-13T12:00:32.8895549Z    Compiling num-conv v0.2.2
2026-06-13T12:00:32.9170826Z    Compiling tower-service v0.3.3
2026-06-13T12:00:32.9346581Z    Compiling pkg-config v0.3.33
2026-06-13T12:00:32.9578271Z    Compiling parking_lot_core v0.9.12
2026-06-13T12:00:32.9712669Z    Compiling time-core v0.1.8
2026-06-13T12:00:32.9906962Z    Compiling base64 v0.22.1
2026-06-13T12:00:33.1637275Z    Compiling data-encoding v2.11.0
2026-06-13T12:00:33.1777106Z    Compiling vcpkg v0.2.15
2026-06-13T12:00:33.2167042Z    Compiling try-lock v0.2.5
2026-06-13T12:00:33.2874392Z    Compiling zmij v1.0.21
2026-06-13T12:00:33.3344624Z    Compiling want v0.3.1
2026-06-13T12:00:33.4034702Z    Compiling tinyvec v1.11.0
2026-06-13T12:00:33.4560583Z    Compiling crypto-common v0.2.2
2026-06-13T12:00:33.5147118Z    Compiling block-buffer v0.12.0
2026-06-13T12:00:33.5522431Z    Compiling vergen-lib v9.1.0
2026-06-13T12:00:33.5852703Z    Compiling sha2 v0.10.9
2026-06-13T12:00:33.5879144Z    Compiling inout v0.1.4
2026-06-13T12:00:33.6963161Z    Compiling n0-future v0.3.2
2026-06-13T12:00:33.7426970Z    Compiling parking v2.2.1
2026-06-13T12:00:33.7427544Z    Compiling httpdate v1.0.3
2026-06-13T12:00:33.8743042Z    Compiling signature v2.2.0
2026-06-13T12:00:33.8976530Z    Compiling serde_json v1.0.150
2026-06-13T12:00:33.9206901Z    Compiling winnow v1.0.3
2026-06-13T12:00:33.9381850Z    Compiling cordyceps v0.3.4
2026-06-13T12:00:34.0411706Z    Compiling spin v0.10.0
2026-06-13T12:00:34.0559311Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-13T12:00:34.0888165Z    Compiling diatomic-waker v0.2.3
2026-06-13T12:00:34.0987359Z    Compiling crossbeam-utils v0.8.21
2026-06-13T12:00:34.1384002Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T12:00:34.2134475Z    Compiling ed25519 v2.2.3
2026-06-13T12:00:34.2631854Z    Compiling futures-buffered v0.2.13
2026-06-13T12:00:34.3222386Z    Compiling digest v0.11.3
2026-06-13T12:00:34.4201027Z    Compiling futures-lite v2.6.1
2026-06-13T12:00:34.4312103Z    Compiling cipher v0.4.4
2026-06-13T12:00:34.5286342Z    Compiling vergen v9.1.0
2026-06-13T12:00:34.5370587Z    Compiling vergen-lib v0.1.6
2026-06-13T12:00:34.5492362Z    Compiling universal-hash v0.5.1
2026-06-13T12:00:34.6113237Z    Compiling noq-udp v0.10.0
2026-06-13T12:00:34.7034746Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-13T12:00:34.7121931Z    Compiling heapless v0.7.17
2026-06-13T12:00:34.7424755Z    Compiling sync_wrapper v1.0.2
2026-06-13T12:00:34.8600975Z    Compiling either v1.16.0
2026-06-13T12:00:34.8942152Z    Compiling synstructure v0.13.2
2026-06-13T12:00:34.9010564Z    Compiling darling_core v0.20.11
2026-06-13T12:00:34.9333640Z    Compiling byteorder v1.5.0
2026-06-13T12:00:35.0711319Z    Compiling opaque-debug v0.3.1
2026-06-13T12:00:35.0711853Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-13T12:00:35.1183989Z    Compiling polyval v0.6.2
2026-06-13T12:00:35.1500871Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-13T12:00:35.1671622Z    Compiling hash32 v0.2.1
2026-06-13T12:00:35.3107251Z    Compiling parking_lot v0.12.5
2026-06-13T12:00:35.3643314Z    Compiling vergen-gitcl v1.0.8
2026-06-13T12:00:35.4339843Z    Compiling spin v0.9.8
2026-06-13T12:00:35.4570265Z    Compiling windows-threading v0.2.1
2026-06-13T12:00:35.4973348Z    Compiling tower-layer v0.3.3
2026-06-13T12:00:35.6145235Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-13T12:00:35.6583259Z    Compiling signature v3.0.0
2026-06-13T12:00:35.6796439Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T12:00:35.6801178Z    Compiling fallible-iterator v0.3.0
2026-06-13T12:00:35.8206813Z    Compiling windows-targets v0.52.6
2026-06-13T12:00:35.8735196Z    Compiling ghash v0.5.1
2026-06-13T12:00:35.9502092Z    Compiling ctr v0.9.2
2026-06-13T12:00:35.9935051Z    Compiling aes v0.8.4
2026-06-13T12:00:35.9935493Z    Compiling sha2 v0.11.0-rc.5
2026-06-13T12:00:36.0391262Z    Compiling time v0.3.47
2026-06-13T12:00:36.0665776Z    Compiling http-body-util v0.1.3
2026-06-13T12:00:36.0860589Z    Compiling aead v0.5.2
2026-06-13T12:00:36.1844918Z    Compiling ipconfig v0.3.4
2026-06-13T12:00:36.2421189Z    Compiling widestring v1.2.1
2026-06-13T12:00:36.4110742Z    Compiling proc-macro-crate v3.5.0
2026-06-13T12:00:36.5580914Z    Compiling winapi v0.3.9
2026-06-13T12:00:36.7770190Z    Compiling aes-gcm v0.10.3
2026-06-13T12:00:36.7853533Z    Compiling windows-sys v0.59.0
2026-06-13T12:00:37.0290673Z    Compiling crossbeam-epoch v0.9.18
2026-06-13T12:00:37.1234874Z    Compiling crossbeam-channel v0.5.15
2026-06-13T12:00:37.1449888Z    Compiling blake3 v1.8.5
2026-06-13T12:00:37.2433443Z    Compiling windows-registry v0.6.1
2026-06-13T12:00:37.2471161Z    Compiling uuid v1.23.2
2026-06-13T12:00:37.2550463Z    Compiling memoffset v0.6.5
2026-06-13T12:00:37.2760332Z    Compiling netwatch v0.16.0
2026-06-13T12:00:37.3795646Z    Compiling serde_derive v1.0.228
2026-06-13T12:00:37.4561866Z    Compiling zeroize_derive v1.4.3
2026-06-13T12:00:37.4716857Z    Compiling socket2 v0.6.4
2026-06-13T12:00:37.6194907Z    Compiling zerofrom-derive v0.1.7
2026-06-13T12:00:37.6646775Z    Compiling yoke-derive v0.8.2
2026-06-13T12:00:37.6682546Z    Compiling tokio-macros v2.7.0
2026-06-13T12:00:37.6909172Z    Compiling mio v1.2.1
2026-06-13T12:00:37.8192771Z    Compiling futures-macro v0.3.32
2026-06-13T12:00:37.8426240Z    Compiling zerovec-derive v0.11.3
2026-06-13T12:00:37.8572303Z    Compiling displaydoc v0.2.6
2026-06-13T12:00:38.1785826Z    Compiling tracing-attributes v0.1.31
2026-06-13T12:00:38.1905553Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-13T12:00:38.2114635Z    Compiling zeroize v1.8.2
2026-06-13T12:00:38.2512208Z    Compiling thiserror-impl v2.0.18
2026-06-13T12:00:38.3116132Z    Compiling darling_macro v0.20.11
2026-06-13T12:00:38.4775481Z    Compiling tokio v1.52.3
2026-06-13T12:00:38.5736679Z    Compiling rustls-pki-types v1.14.1
2026-06-13T12:00:38.7571770Z    Compiling derive_more-impl v2.1.1
2026-06-13T12:00:38.7950271Z    Compiling darling v0.20.11
2026-06-13T12:00:38.8386436Z    Compiling futures-util v0.3.32
2026-06-13T12:00:38.9066075Z    Compiling n0-error-macros v0.1.3
2026-06-13T12:00:39.0056435Z    Compiling windows-interface v0.59.3
2026-06-13T12:00:39.0599730Z    Compiling derive_builder_core v0.20.2
2026-06-13T12:00:39.2058976Z    Compiling spez v0.1.2
2026-06-13T12:00:39.2198345Z    Compiling windows-implement v0.60.2
2026-06-13T12:00:39.3954011Z    Compiling zerofrom v0.1.8
2026-06-13T12:00:39.6863406Z    Compiling yoke v0.8.3
2026-06-13T12:00:39.6911934Z    Compiling der v0.8.0-rc.10
2026-06-13T12:00:39.6912640Z    Compiling pin-project-internal v1.1.13
2026-06-13T12:00:39.9278662Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-13T12:00:39.9317213Z    Compiling postcard-derive v0.2.2
2026-06-13T12:00:39.9411263Z    Compiling num_enum_derive v0.7.6
2026-06-13T12:00:40.0048606Z    Compiling n0-error v0.1.3
2026-06-13T12:00:40.0814887Z    Compiling windows-core v0.62.2
2026-06-13T12:00:40.1551382Z    Compiling zerovec v0.11.6
2026-06-13T12:00:40.1551768Z    Compiling zerotrie v0.2.4
2026-06-13T12:00:40.4695731Z    Compiling derive_builder_macro v0.20.2
2026-06-13T12:00:40.4848695Z    Compiling ed25519-dalek v2.2.0
2026-06-13T12:00:40.5737899Z    Compiling cobs v0.3.0
2026-06-13T12:00:40.7053091Z    Compiling windows-future v0.3.2
2026-06-13T12:00:40.7152197Z    Compiling windows-collections v0.3.2
2026-06-13T12:00:40.8749059Z    Compiling tinystr v0.8.3
2026-06-13T12:00:40.9309455Z    Compiling potential_utf v0.1.5
2026-06-13T12:00:40.9550067Z    Compiling spki v0.8.0-rc.4
2026-06-13T12:00:40.9661424Z    Compiling derive_builder v0.20.2
2026-06-13T12:00:41.0394889Z    Compiling icu_collections v2.2.0
2026-06-13T12:00:41.1854091Z    Compiling icu_locale_core v2.2.0
2026-06-13T12:00:41.1854911Z    Compiling pin-project v1.1.13
2026-06-13T12:00:41.2194920Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-13T12:00:41.2543967Z    Compiling windows-numerics v0.3.1
2026-06-13T12:00:41.3438845Z    Compiling spt-proto v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-13T12:00:41.3483438Z    Compiling data-encoding-macro v0.1.20
2026-06-13T12:00:41.4582871Z    Compiling windows v0.62.2
2026-06-13T12:00:41.5096179Z    Compiling iroh-metrics-derive v0.4.1
2026-06-13T12:00:41.5714854Z    Compiling async-trait v0.1.89
2026-06-13T12:00:41.6026844Z    Compiling enum-assoc v1.3.0
2026-06-13T12:00:41.6144612Z    Compiling strum_macros v0.28.0
2026-06-13T12:00:41.6688665Z    Compiling noq v0.18.0
2026-06-13T12:00:41.8208097Z    Compiling futures-executor v0.3.32
2026-06-13T12:00:41.8635844Z    Compiling acto v0.8.2
2026-06-13T12:00:42.1792306Z    Compiling icu_provider v2.2.0
2026-06-13T12:00:42.2345319Z    Compiling ipnet v2.12.0
2026-06-13T12:00:42.3385628Z    Compiling ed25519 v3.0.0-rc.4
2026-06-13T12:00:42.3790224Z    Compiling futures v0.3.32
2026-06-13T12:00:42.4876177Z    Compiling icu_properties v2.2.0
2026-06-13T12:00:42.5900808Z    Compiling once_cell v1.21.4
2026-06-13T12:00:42.5963222Z    Compiling icu_normalizer v2.2.0
2026-06-13T12:00:42.6325928Z    Compiling prefix-trie v0.8.4
2026-06-13T12:00:42.8378417Z    Compiling tracing-core v0.1.36
2026-06-13T12:00:42.8566462Z    Compiling tokio-util v0.7.18
2026-06-13T12:00:42.8858202Z    Compiling tower v0.5.3
2026-06-13T12:00:42.8858978Z    Compiling postcard v1.1.3
2026-06-13T12:00:43.1573730Z    Compiling hashbrown v0.14.5
2026-06-13T12:00:43.1677556Z    Compiling chrono v0.4.45
2026-06-13T12:00:43.1747482Z    Compiling derive_more v2.1.1
2026-06-13T12:00:43.3058696Z    Compiling tracing v0.1.44
2026-06-13T12:00:43.5274012Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-13T12:00:43.6160780Z    Compiling aho-corasick v1.1.4
2026-06-13T12:00:43.6362042Z    Compiling thiserror v1.0.69
2026-06-13T12:00:43.6700219Z    Compiling rustc-hash v2.1.2
2026-06-13T12:00:43.7255273Z    Compiling idna_adapter v1.2.2
2026-06-13T12:00:43.7904448Z    Compiling h2 v0.4.14
2026-06-13T12:00:43.8037624Z    Compiling hashlink v0.9.1
2026-06-13T12:00:43.8180607Z    Compiling idna v1.1.0
2026-06-13T12:00:43.8974058Z    Compiling identity-hash v0.1.0
2026-06-13T12:00:44.0066435Z    Compiling sorted-index-buffer v0.2.1
2026-06-13T12:00:44.0956444Z    Compiling ryu v1.0.23
2026-06-13T12:00:44.1001173Z    Compiling foldhash v0.2.0
2026-06-13T12:00:44.1699187Z    Compiling url v2.5.8
2026-06-13T12:00:44.2022255Z    Compiling rusqlite v0.32.1
2026-06-13T12:00:44.2500943Z    Compiling mac-addr v0.3.0
2026-06-13T12:00:44.3502623Z    Compiling ref-cast v1.0.25
2026-06-13T12:00:44.3503090Z    Compiling lru-slab v0.1.2
2026-06-13T12:00:44.4146804Z    Compiling allocator-api2 v0.2.21
2026-06-13T12:00:44.4334189Z    Compiling regex-syntax v0.8.10
2026-06-13T12:00:44.4334652Z    Compiling xml-rs v0.8.28
2026-06-13T12:00:44.4998812Z    Compiling tagptr v0.2.0
2026-06-13T12:00:44.5698695Z    Compiling netdev v0.42.0
2026-06-13T12:00:44.7203983Z    Compiling moka v0.12.15
2026-06-13T12:00:44.7420902Z    Compiling iroh-metrics v0.38.3
2026-06-13T12:00:44.8193905Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-13T12:00:45.0466044Z    Compiling xmltree v0.10.3
2026-06-13T12:00:45.0495022Z    Compiling attohttpc v0.30.1
2026-06-13T12:00:45.2486629Z    Compiling spt-store v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-13T12:00:45.4132128Z    Compiling tower-http v0.6.11
2026-06-13T12:00:45.4282411Z    Compiling iroh-base v0.98.0
2026-06-13T12:00:45.6040907Z    Compiling hashbrown v0.16.1
2026-06-13T12:00:45.8116735Z    Compiling strum v0.28.0
2026-06-13T12:00:46.1264016Z    Compiling n0-watcher v0.6.1
2026-06-13T12:00:46.1344994Z    Compiling tokio-stream v0.1.18
2026-06-13T12:00:46.2478287Z    Compiling iroh-relay v0.98.0
2026-06-13T12:00:46.3512378Z    Compiling serde_spanned v0.6.9
2026-06-13T12:00:46.3601482Z    Compiling toml_datetime v0.6.11
2026-06-13T12:00:46.3746445Z    Compiling num_enum v0.7.6
2026-06-13T12:00:46.4380975Z    Compiling regex-automata v0.4.14
2026-06-13T12:00:46.7343246Z    Compiling ref-cast-impl v1.0.25
2026-06-13T12:00:46.7617746Z    Compiling thiserror-impl v1.0.69
2026-06-13T12:00:46.9185581Z    Compiling serde_derive_internals v0.29.1
2026-06-13T12:00:47.1517143Z    Compiling spt-msg v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-13T12:00:47.1635485Z    Compiling simple-dns v0.9.3
2026-06-13T12:00:47.4401719Z    Compiling serial-core v0.4.0
2026-06-13T12:00:47.5698169Z    Compiling arrayvec v0.7.6
2026-06-13T12:00:47.6689984Z    Compiling hyper v1.10.1
2026-06-13T12:00:47.7421544Z    Compiling arrayref v0.3.9
2026-06-13T12:00:47.8062472Z    Compiling winnow v0.7.15
2026-06-13T12:00:47.8338791Z    Compiling constant_time_eq v0.4.2
2026-06-13T12:00:47.9877505Z    Compiling smol_str v0.1.24
2026-06-13T12:00:48.0445092Z    Compiling sha1_smol v1.0.1
2026-06-13T12:00:48.2180642Z    Compiling toml_write v0.1.2
2026-06-13T12:00:48.3339154Z    Compiling winreg v0.10.1
2026-06-13T12:00:48.3561266Z    Compiling simdutf8 v0.1.5
2026-06-13T12:00:48.3749593Z    Compiling resolv-conf v0.7.6
2026-06-13T12:00:48.5662423Z    Compiling schemars_derive v1.2.1
2026-06-13T12:00:48.7443755Z    Compiling regex v1.12.3
2026-06-13T12:00:48.7566592Z    Compiling iroh-dns v0.98.0
2026-06-13T12:00:49.1341528Z    Compiling hyper-util v0.1.20
2026-06-13T12:00:49.2937230Z    Compiling serial-windows v0.4.0
2026-06-13T12:00:49.5655429Z    Compiling lru v0.16.4
2026-06-13T12:00:49.5709157Z    Compiling webpki-roots v1.0.7
2026-06-13T12:00:49.6171050Z    Compiling seize v0.5.1
2026-06-13T12:00:49.6765201Z    Compiling toml_edit v0.22.27
2026-06-13T12:00:49.7496460Z    Compiling serde_bytes v0.11.19
2026-06-13T12:00:49.8223238Z    Compiling hmac v0.12.1
2026-06-13T12:00:49.9468106Z    Compiling iroh v0.98.2
2026-06-13T12:00:49.9627966Z    Compiling lazy_static v1.5.0
2026-06-13T12:00:49.9645620Z    Compiling utf8parse v0.2.2
2026-06-13T12:00:49.9790743Z    Compiling pin-utils v0.1.0
2026-06-13T12:00:50.0472608Z    Compiling once_cell_polyfill v1.70.2
2026-06-13T12:00:50.1003219Z    Compiling dyn-clone v1.0.20
2026-06-13T12:00:50.1003707Z    Compiling anstyle v1.0.14
2026-06-13T12:00:50.1204696Z    Compiling cmov v0.5.4
2026-06-13T12:00:50.1329333Z    Compiling bitflags v1.3.2
2026-06-13T12:00:50.1544916Z    Compiling anstyle-parse v1.0.0
2026-06-13T12:00:50.2023324Z    Compiling nix v0.25.1
2026-06-13T12:00:50.2662042Z    Compiling shared_library v0.1.9
2026-06-13T12:00:50.2808989Z    Compiling hkdf v0.12.4
2026-06-13T12:00:50.2914777Z    Compiling anstyle-wincon v3.0.11
2026-06-13T12:00:50.3218073Z    Compiling papaya v0.2.4
2026-06-13T12:00:50.3733363Z    Compiling ctutils v0.4.2
2026-06-13T12:00:50.4062021Z    Compiling serial v0.4.0
2026-06-13T12:00:50.4062631Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T12:00:50.4074418Z    Compiling filedescriptor v0.8.3
2026-06-13T12:00:50.4796771Z    Compiling backon v1.6.0
2026-06-13T12:00:50.5040685Z    Compiling anstyle-query v1.1.5
2026-06-13T12:00:50.6167988Z    Compiling igd-next v0.17.1
2026-06-13T12:00:50.6525148Z    Compiling downcast-rs v1.2.1
2026-06-13T12:00:50.6679092Z    Compiling schemars v1.2.1
2026-06-13T12:00:50.6759595Z    Compiling is_terminal_polyfill v1.70.2
2026-06-13T12:00:50.7189397Z    Compiling shell-words v1.1.1
2026-06-13T12:00:50.7426237Z    Compiling colorchoice v1.0.5
2026-06-13T12:00:50.7851607Z    Compiling spake2 v0.4.0
2026-06-13T12:00:50.8084321Z    Compiling anstream v1.0.0
2026-06-13T12:00:50.8084890Z    Compiling terminal_size v0.4.4
2026-06-13T12:00:50.8416086Z    Compiling portable-pty v0.8.1
2026-06-13T12:00:50.8726114Z    Compiling sha1 v0.10.6
2026-06-13T12:00:50.9794884Z    Compiling recvmsg v1.0.0
2026-06-13T12:00:50.9853007Z    Compiling doctest-file v1.1.1
2026-06-13T12:00:51.0419866Z    Compiling clap_lex v1.1.0
2026-06-13T12:00:51.1481984Z    Compiling clap_derive v4.6.1
2026-06-13T12:00:51.1497308Z    Compiling qrcode v0.14.1
2026-06-13T12:00:51.2983157Z    Compiling clap_builder v4.6.0
2026-06-13T12:00:51.3472916Z    Compiling spt-term v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-13T12:00:51.4356953Z    Compiling tempfile v3.27.0
2026-06-13T12:00:51.6291459Z    Compiling toml v0.8.23
2026-06-13T12:00:51.7386551Z    Compiling interprocess v2.4.2
2026-06-13T12:00:52.1142889Z    Compiling wmi v0.18.4
2026-06-13T12:00:52.1158041Z    Compiling spt-runtime v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-13T12:00:53.7184439Z    Compiling clap v4.6.1
2026-06-13T12:00:53.7776191Z    Compiling portmapper v0.16.0
2026-06-13T12:00:53.9017535Z    Compiling spt-live v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-13T12:01:06.6805910Z    Compiling rustls-webpki v0.103.13
2026-06-13T12:01:08.9596594Z    Compiling tokio-rustls v0.26.4
2026-06-13T12:01:08.9597168Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T12:01:08.9597456Z    Compiling noq-proto v0.17.0
2026-06-13T12:01:09.0996737Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T12:01:09.0997231Z    Compiling hyper-rustls v0.27.9
2026-06-13T12:01:09.0997576Z    Compiling tokio-websockets v0.13.2
2026-06-13T12:01:09.2411909Z    Compiling reqwest v0.13.4
2026-06-13T12:01:10.1768832Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T12:01:26.9608431Z    Compiling spt-net v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-13T12:01:28.2879115Z    Compiling spt-daemon v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-13T12:01:35.6270925Z    Compiling spt v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-13T12:01:41.3614207Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
2026-06-13T12:01:41.3824144Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-6cde78ecf3b148be.exe)
2026-06-13T12:01:41.4291872Z 
2026-06-13T12:01:41.4292215Z running 1 test
2026-06-13T12:01:48.5116207Z test new_brain_serves_against_old_broker ... ok
2026-06-13T12:01:48.5116863Z 
2026-06-13T12:01:48.5117101Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.08s
2026-06-13T12:01:48.5117374Z 
2026-06-13T12:01:48.5592072Z Post job cleanup.
2026-06-13T12:01:48.6588703Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T12:01:48.6796852Z git version 2.43.0.windows.1
2026-06-13T12:01:48.6832122Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\1b1aa85f-0ae2-428f-a78a-34a4981f9a1f\.gitconfig'
2026-06-13T12:01:48.6845406Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\1b1aa85f-0ae2-428f-a78a-34a4981f9a1f' before making global git config changes
2026-06-13T12:01:48.6846014Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T12:01:48.6850853Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-13T12:01:48.7072204Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T12:01:48.7290805Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T12:01:49.0862029Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T12:01:49.1064696Z http.https://github.com/.extraheader
2026-06-13T12:01:49.1090423Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-13T12:01:49.1318778Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T12:01:49.4891247Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T12:01:49.5102756Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T12:01:49.8745272Z Cleaning up orphan processes
